home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / ab20 / unarced / datacomm / ncomm / pbconvert.doc < prev    next >
Text File  |  1995-03-17  |  2KB  |  53 lines

  1. NAME
  2.  
  3.      PbConvert
  4.  
  5. SYNOPSIS
  6.  
  7.      PbConvert <infile> <outfile> [-b] [-d] [-p] [-s] [-x] [-r] [-e]
  8.  
  9. OPTIONS
  10.  
  11.      -bnnnnnn sets baud rate to nnnnnn (300 - 115200 baud)
  12.      -dn sets the data length to n (7 or 8 bits)
  13.      -pn sets the parity to n (None, Odd or Even)
  14.      -sn sets number of stop bits to n (1 or 2)
  15.      -xn sets the protocol to n (X/Y/B/G/Z/K/E)
  16.      -r removes filenames and passwords
  17.      -e expects input file to be of old format (v1.8)
  18.  
  19. DESCRIPTION
  20.  
  21.       Phonebook  converter  for  use  with  NComm V1.9.  May
  22.       remove  passwords  and  filenames  from phonebooks, as
  23.       well   as  converting  the  NComm  V1.8  file  format.
  24.       Optional global serial changes.
  25.  
  26.       The program may be run both from CLI and WorkBench.
  27.  
  28. USAGE
  29.  
  30.       Example usage if you want to convert a V1.8 file format
  31.       phonebook to the NComm V1.9 format;
  32.  
  33.       1> PbConvert NComm:NComm.phone ram:NComm.phone -e
  34.  
  35.       ==============================================================
  36.  
  37.       Example usage if you are interested in spreading phonebooks
  38.       but don't want personal data displayed;
  39.  
  40.       1> PbConvert NComm:NComm.phone ram:NComm.phone -r
  41.  
  42.       ==============================================================
  43.  
  44.       Example usage if you download a phonebook and want to set
  45.       all entries to 9600 baud, 7 bits, even parity, one stop bit;
  46.  
  47.       1> PbConvert NComm:NComm.phone ram:NComm.phone -b9600 -d7 -pe -s1
  48.  
  49. AUTHOR
  50.  
  51.      Torkel Lodberg (Placed in the public domain - source included)
  52.      Compiled and optimized with Lattice C 5.05.
  53.